home *** CD-ROM | disk | FTP | other *** search
- /*
- (C) 1995 AROS - The Amiga Replacement OS
- $Id: debug.c 1.1 1995/12/17 21:49:32 digulla Exp digulla $
- $Log: debug.c $
- * Revision 1.1 1995/12/17 21:49:32 digulla
- * Initial revision
- *
- Desc:
- Lang: english
- */
- #include "exec_intern.h"
-
- /*****************************************************************************
-
- NAME */
- #include <clib/exec_protos.h>
-
- __AROS_LH1(void, Debug,
-
- /* SYNOPSIS */
- __AROS_LA(unsigned long, flags, D0),
-
- /* LOCATION */
- struct ExecBase *, SysBase, 19, Exec)
-
- /* FUNCTION
-
- INPUTS
-
- RESULT
-
- NOTES
-
- EXAMPLE
-
- BUGS
-
- SEE ALSO
-
- INTERNALS
-
- HISTORY
- 29-10-95 digulla automatically created from
- exec_lib.fd and clib/exec_protos.h
-
- *****************************************************************************/
- {
- __AROS_FUNC_INIT
-
- __AROS_FUNC_EXIT
- } /* Debug */
-